toggle menu
smartposapi-core
1.5.3
androidJvm
switch theme
search in API
smartposapi-core
/
com.worldline.smartposapi.core.aidl.chipcardreader
/
IChipCardReaderService
IChip
Card
Reader
Service
interface
IChipCardReaderService
:
IInterface
Inheritors
Default
Stub
Members
Types
Default
Link copied to clipboard
open
class
Default
:
IChipCardReaderService
Default implementation for IChipCardReaderService.
Stub
Link copied to clipboard
abstract
class
Stub
:
Binder
,
IChipCardReaderService
Local-side IPC implementation stub class.
Functions
as
Binder
Link copied to clipboard
abstract
fun
asBinder
(
)
:
IBinder
close
Card
Reader
Link copied to clipboard
abstract
fun
closeCardReader
(
)
Closes the card reader.
open
Card
Reader
Link copied to clipboard
abstract
fun
openCardReader
(
timeout
:
Long
)
:
CardOpenResult
This method will block until a card is inserted into the default card reader.
read
Eid
Data
Link copied to clipboard
abstract
fun
readEidData
(
isoCountryCode
:
String
)
:
CardReadResult
read
UID
Link copied to clipboard
abstract
fun
readUID
(
)
:
CardReadResult
send
APDU
Link copied to clipboard
abstract
fun
sendAPDU
(
apdu
:
Array
<
Byte
>
,
bufferSize
:
Int
,
closeAfterResponse
:
Boolean
)
:
ApduResponse
Sends an APDU command to the card and returns the response.